POV-Ray : Newsgroups : povray.beta-test : Confused about "waves" : Confused about "waves" Server Time
31 Jul 2024 04:18:40 EDT (-0400)
  Confused about "waves"  
From: Tony[B]
Date: 13 Sep 2001 13:41:36
Message: <3ba0efd0@news.povray.org>
AMD Athlon-C 1.33GHz, 768MB of SDRAM, 133MHz bus, Win2K w/SP2, POV-Ray 3.5
Beta.1

I'm trying to make a heightfield, with waves emanating at the center.

height_field
{
 function 300,300
 {
  pigment
  {waves color_map {[0 rgb 0][1 rgb 1]} scale 0.05 translate <1,0,2*clock>/2
noise_generator 2}
  }
 }
 translate -<1,0,1>/2 scale <200,20,200>
 pigment {rgb 1}
}

I tried as you can see to place the ripples which appear at the back of the
heightfield in the center. I did two animations, one translating -2*clock
and another translating 2*clock. The result of both was identical. The
emanation point went further back. Am I missing something or is there a bug
here?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.